var vendor/golang.org/x/sys/cpu.options

11 uses

	vendor/golang.org/x/sys/cpu (current package)
		cpu.go#L212: var options []option
		cpu.go#L256: 			for i := range options {
		cpu.go#L257: 				options[i].Specified = true
		cpu.go#L258: 				options[i].Enable = enable || options[i].Required
		cpu.go#L263: 		for i := range options {
		cpu.go#L264: 			if options[i].Name == key {
		cpu.go#L265: 				options[i].Specified = true
		cpu.go#L266: 				options[i].Enable = enable
		cpu.go#L274: 	for _, o := range options {
		cpu_x86.go#L14: 	options = []option{